RegisterPresenter<P,V> Method

Summary
Registers a presenter object a specific type.
Syntax
C#
C++/CLI
public static void RegisterPresenter<P, V>( 
   P presenter 
) 
public:  
   generic<typename P, typename V> 
   static void RegisterPresenter( 
      P presenter 
   ) 

Parameters

presenter
The presenter object that will be registered for the provided type.

Type Parameters

P
The presenter type.

V
The UI view type.

Requirements

Target Platforms

Help Version 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.